
@media screen and (min-width: 1200px) {
    .header_top {
        min-height: 0 !important;
        position: relative;
        z-index: 1001;
    }
}


.navbar-main{
  box-shadow: 0px 4px 40px 0px rgba(38.99999999999999, 60.999999999999986, 113, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  position: fixed;
  top: 0;
  z-index: 1000;
  
}
.wm {
    margin: 0px 9px 0px 0px;
}
.pxl-item--heading {
    font-size: 17px;
    color: var(--base-white);
}
.new_text{
    
    color: #e7e7e7;
    font-size: 16px;
    font-weight: 400;
}

.main_nav_logo{
    margin-left: 8px;
}

.nav_after{
    height: 83px;
}

@media screen and 
(min-width: 1200px) {
    .ls_none {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}
.pdd_r{
    padding-right: 2px;
}
.write_a_review_btn {
    text-decoration: underline !important;
    font-family: rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.icon_tel{

    color: #ffffff;
        background-color: #264c8c;
        width: 45px;
        height: 45px;
    
}

.mt-100{
    margin-top: 100px;
}

.abt_txt{
    color: #264c8c;
    font-family: rubik, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.plane_icon{
    color: #264c8c;
    font-size: 14px;
}

.item_icon{
    background-color: #264c8c !important;
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background-color: #ffeeef;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_icon i{


font-size: 32px;
    color: var(--base-white);
}

.imm_text{
    color: #5d666f;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.btn_span_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: normal;
    display: block;
    overflow: hidden;
}

.btn_span{
    opacity: 0;
}

.btn-a{
    z-index: 1;
    overflow: hidden;
}

.btn_a :hover{
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: black;
}

.style-ab{
    width: 1366px; 
    left: 0px;
}



.in_col{
    display: block; 
    text-align: left; 
    position: relative;
}

.in_in_col{
    position:relative;
    display:inline-block;
}

.in_col_st{
    position: relative; 
    display: inline-block; 
    transform: translate(0px); 
    opacity: 1;
}

.d1{
    display: block; 
    text-align: left; 
    position: relative;
}
.d2{
    position:relative;
    display:inline-block;
}

.d3{
    transform: translate(0px); 
    opacity: 1;color: #5C666E;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
}

.d4{
    animation-delay: 300ms;
    color: #5C666E;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.d5{
    visibility: visible; 
    animation-delay: 500ms;
}

.h5_a{
    font-family: pt serif, sans-serif;
    color: #5C666E;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.d6{
    visibility: visible; 
    animation-delay: 500ms;
}

.h5_b{
    color: #5C666E;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.d7{
    visibility: visible; 
    animation-delay: 900ms;
}

.ds_in{
    display: inline-block;
}
.btn-whatsapp-pulse {
    background: #fff;
    color: green;
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: whatsapp-pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    transition: all 200ms linear;
}
.btn-whatsapp-pulse:hover {
    background: #fff;
    color: green;
}
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent,
            0 0 0 0 transparent;
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 0.58vw 0.43vw transparent, 0 0 0 1.46vw transparent,
            0 0 0 1.46vw transparent;
    }
}
@keyframes pxlSkewIn{
    0%{
        -webkit-clip-path:inset(0 100% 0 0);
        clip-path:inset(0 100% 0 0);
        -webkit-transform:translateX(30px);
        transform:translateX(30px)
    }
    100%{
        -webkit-clip-path:inset(0 0 0 0);
        clip-path:inset(0 0 0 0);
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.calendly_cta_button {
    position: fixed;
    right: 1px;
    top: 30%;
    z-index: 99999999;
}
.calendly_cta_button a {
    padding: 0 20px !important;
    line-height: 28px !important;
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-size: 13px !important;
}

.our_speciality_wrapper {
    background: #050506;
    margin-top: 0px !important;
    padding: 60px 60px !important;
}
.btn {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    color: var(--base-white);
    padding: 0 63px;
    line-height: 64px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--base-blue);
    height: auto;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.p-50{ 
    padding-top: 50px;
}

.y1{
    width: 70%; 
    margin: 0 auto; 
    padding-top: 20px; 
    text-align: right;
}

.review_st{
    font-family: rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.btn.btn-default:hover {
    background-color: #000;
    color: white;
}

.testimonials_section{
    width: 1366px; 
    left: 0px;
    margin-top: 70px !important;
}

.ts_inner{
    display: inline-block;
    position: relative;
}

.ts_inner_text{
    margin-bottom: 4px;
    color: var(--base-blue);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.d8{
    display: block; 
    text-align: left; 
    position: relative;
}

.d9{
    position:relative;
    display:inline-block;
}

.d10{
    position: relative; 
    display: inline-block; 
    transform: translate(0px); 
    opacity: 1;
}

.d11{
    perspective: 400px;
    margin-top: 50px;
}
.d12{
    display: block; 
    text-align: left; 
    position: relative;
}
.d13{
    position:relative;
    display:inline-block;
}
.d14{
    transform: translate(0px); opacity: 1;
    color: #5d666f;
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
}

.div_a{
    text-align: end;
    margin-right: 90px;
    font-family: rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.testimonial_image{
    width: 84px;
    border-radius: 50%;
}

.testimonial_image i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 25px;
    font-weight: 700;
    color: var(--secondary-color);
}

.countries_map{
    width: 1351px;
    left: 12px;
    background-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 113px 0px 120px 0px;
    position: relative;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.background_overlay{
    background-image: url(../images/bg-map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.max_wid{
    max-width: 1330px;
}

.footer-style{
    background-image: url(../images/pseudo-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    
    position: relative;
}
.footer_col_gap{
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1330px;
}
.contact_info{
    background-color: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    color: var(--base-white);
    line-height: 1;
}
.contact_info_inner{
    display: flex;
    flex-wrap: nowrap;
}
.conctact_heading{
    font-size: 17px;
    color:white;
}
.mr_14{
    margin-right: 14px;
}
.col_dflex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hover_a :hover{
    color: black;
}
.custom_container{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.custom_section{
    background-color: var(--base-blue);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
}
.contact_icon1 .contact_icon2 a{
    background-color: initial;
    color: var(--base-white);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    font-size: 17px;
    border: 1px solid var(--base-white);
    transform: translateY(0);
} 
.con_a{
    position: relative;
}

.con_icon{
    
    background-color: initial;
    color: var(--base-white);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    font-size: 17px;
    border: 1px solid var(--base-white);
    transform: translateY(0);
    
}
.gateway_to_global{
    position: relative;
}
@media (max-width: 1440px) {
    .gateway_to_global {
        padding: 0px 0px 0px 0px;
    }
}

.col_gap_ext{
    margin: 0 -15px;
    max-width: inherit !important;
}


@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.gateway_wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.gateway_wid{
    position: relative;
    margin-block-end: 15px;
}
.gateway_wid_container{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.office_sec{
    margin-bottom: 0;
}
.office_wid{
    margin: 0px 0px 10px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.office_txt{
    color: #e7e7e7;
    font-size: 16px;
    font-weight: 400;
}

.ces{
    font-style: normal;
    font-size: 23px;
    line-height: 37px;
    font-weight: 400;
    font-family: pt serif, sans-serif;
}
.office_a{
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: rubik, sans-serif;
}
.ces1{
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}
.links_container{
    margin: 5px 0px 7px 0px;
}
.links_inner{
    display: inline-block;
    position: relative;
}
.links_inner_title{
    font-weight: 400;
}
.links_divider{
        position: relative;
        width: 100%;
        margin-top: 8px;
        border-top: 1px dotted var(--base-blue);
}

.off_text{
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-family: rubik, sans-serif;
}
.ls_style{
    color: #e7e7e7;
    font-size: 16px;
}
.bg-blue{
    background-color: var(--base-blue);
}
.border-10{
    border-radius: 10px;
}
.font-family-rubik{
    font-family: rubik, sans-serif;
    font-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.fs-fw{
    font-size: 5px;
    font-weight: 700;
}
.color-blue{
    color: #264c8c;
}

.mt-60{
    margin-top: 60px;
}
.btn-blue{
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    color: var(--base-white);
    padding: 0 63px;
    line-height: 64px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--base-blue);
    height: auto;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.btn-blue:hover{
    background-color: black;
    color: white;
}
.about-image{
    width: auto;
    height: 530px;
    object-fit: cover;
}
.about-divider{
    content: "";
}

.about-divider::after {
    width: 8px;
    right: 570px;

    content: "";
    display: block;
    position: absolute;
    background-color: var(--base-blue);
    border-radius: 4px;
    top: 130;
    height: 4px;
}

.about-divider::before {
    width: 70px;
    left: 24;

    content: "";
    display: block;
    position: absolute;
    background-color: var(--base-blue);
    border-radius: 4px;
    top: 130 !important;
    height: 4px;
}
.fw-500{
    font-weight: 500;
}
.fs-16{
    font-size: 16px;
    letter-spacing: 2px;
}

.bg-shade{
    background-color: #1E1E1F;
    border-radius: 20px;

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3d3d3d;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 16px 13px 0px;
}

.speciality-item--description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.speciality-item--title {
    font-size: 26px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.385;
    letter-spacing: -0.6px;
}
.speciality-icon{

    color: var(--base-blue);
    -webkit-text-fill-color: var(--base-blue);
    background-image: none;
    font-size: 39px;
}

.speciality-item--inner {
    display: flex;
    flex-direction: row;
    padding: 26px 70px 37px 82px;
    position: relative;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--base-blue);
    padding: 28px 15px 37px 55px;
}
.icon-box-3{
    margin-left: 42px;
    visibility: visible; animation-delay: 300ms;
}
.speciality-container{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.speciality-item--icon{
    width: 73px;
    height: 73px;
    min-width: 73px;
    border-radius: 50%;
    background-color: var(--base-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fs-h1{
    font-family: rubik, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
}
.carousel-inner-image{
    max-height: 90vh;
    object-fit: cover;
}

/*  */

html {
    scroll-behavior: smooth;
  }
  :root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --base-blue: #264c8c;
    --base-white: #fff;
  }
  
  .header_wrapper_main {
    position: fixed !important;
    top: 0;
  }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-rightside {
    display: flex;
    align-items: center;
  }
  .elementor-container .elementor-column-gap-default {
    padding-left: 30px;
    padding-right: 30px;
  }
  span.service_heading {
    font-size: 24px;
    font-weight: 500;
    color: #000;
  }
  .news_and_events_div,
  .enquiry_div,
  .faq_wrapper {
    padding-top: 0 !important;
  }
  .fs-18 {
    font-size: 18px;
  }
  .view-more-btn-div {
    text-align: end;
  }
  .service_detail_content {
    width: 70%;
  }
  .service_detail_image {
    width: 30%;
  }
  .service_detail_image img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
  }
  .service_detail_div {
    display: flex;
    gap: 35px;
    margin-bottom: 20px;
  }
  .d-flex {
    display: flex;
  }
  .gap-3 {
    gap: 1rem;
  }
  .w-100 {
    width: 100%;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-2 {
    margin-top: .5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .mb-0{
    margin-bottom: 0 !important;
  }
  .mb_75{
    margin-bottom: .75rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .text-center {
    text-align: center;
  }
  .text-white {
    color: #fff !important;
  }
  .fs-16 {
    font-size: 16px;
  }
  .text-underline{
    text-decoration: underline !important;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .map-image{
    height: 380px !important;
  }
  
  
  .accordion {
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    font-weight: 500;
  }
  
  .active_accordion,
  .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: "\002B";
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
  }
  
  .active_accordion:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-content {
    padding: 10px 0px;
    font-size: 17px !important;
  }
  /* End: Accordion CSS */
  
  footer .pxl-contact-info .pxl-item--inner:hover .pxl-item--title,
  .pxl-item--inner:hover .pxl-item--subtitle {
    color: black;
  }
  footer .pxl-contact-info .pxl-item--inner:hover .pxl-item--icon {
    background-color: unset;
    color: #000;
  }
  
  .footer_bottom_section{
    background-color: var(--base-blue) !important;
    padding: 20px 0px 20px 0px;
  }
  
  .about_section_wrapper
    .pxl-contact-info
    .yellow_background_inner:hover
    .pxl-item--title,
  .pxl-item--inner:hover .pxl-item--subtitle {
    color: white;
  }
  .about_section_wrapper .yellow_background_inner:hover {
    background-color: black;
  }
  
  .btn.btn-default:hover {
    background-color: #000;
  }
  
  .our_speciality_wrapper {
    margin-top: 10px;
  }
  .our_speciality_wrapper h5.pxl-item--title {
    color: #fff !important;
  }
  .pxl-item--description {
    color: #fff;
  }
  
  @media screen and (max-width: 768px) {
    #pxl-header-default .pxl-header-branding img,
    #pxl-header-elementor .pxl-header-branding img {
      height: 50px;
    }
    .service_detail_div {
      flex-direction: column;
    }
    .service_detail_image,
    .service_detail_content {
      width: 100%;
    }
    .service_detail_image_odd {
      order: 0;
    }
    .service_detail_content_odd {
      order: 1;
    }
  
    .footer_contact_wrapper {
      padding: 30px;
    }
  
    .footer_contact_wrapper .pxl-contact-info4 {
      justify-content: start;
    }
    .footer_contact_wrapper .pxl-icon-list.pxl-icon1 {
      text-align: start !important;
    }
    .banner_wrapper{
      top: 0 !important;
    }
    .speciality_tab:nth-child(4) {
      margin-top: 15px;
    }
    #pxl-header-mobile .elementor-widget-pxl_contact_info .pxl-contact-info1 .pxl-item--inner{
      padding: 12px 25px 12px 8px !important;
    }
    #pxl-header-mobile .elementor-widget-pxl_contact_info .pxl-contact-info1 .pxl-item--inner:hover{
      background-color: #000 !important;
    }
    .developedBySpan{
      display: block;
    }
  }
  
  .about_left_card{
    width: 350px;
    height: 100px;
  }
  
  @media screen and (max-width: 1200px) {
    .footer_contact_wrapper .elementor-widget-container {
      border: none !important;
    }
  }
  
  @media screen and (min-width: 768px) {
    .mt-md-0{
      margin-top: 0 !important; 
    }
  }
  @media screen and (max-width: 992px) {
    .elementor-218 .elementor-element.elementor-element-c2bd583 {
      bottom: 10px;
      left: 30px;
    }
  }
  
  

@media screen and (min-width: 1200px) {
    .menu-primary > li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}
  
.menu-primary > li > a {
  color: #000000;
  font-family: "PT Serif", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 75px;
}
  
.contact-subtitle{
  color: #162842;
  font-family: "PT Serif", Sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.contact-number {
  color: #000000;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.item---icon {
  background-color: #264c8c;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 62px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 29px;
}

.icon-style-i{
  font-size: 20px;
}

.m-10{
  margin: 10px 0px;
}

.background-overlay{
  background-image: url(../images/bg-map.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.07;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.countries-section{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 113px 0px 120px 0px;
    position: relative;
    width: 100%;
    background-color: #000000;
}

.d1-container{
  margin: 0px 0px 44px 0px;
}

.countries-heading--inner {
  display: inline-block;
  position: relative;
}

.countries-item--subtitle {
  margin-bottom: 4px;
  color:  #264c8c;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}

.split-line--cs{
  display: block;
  text-align: center;
  position: relative;
}

.countries-item--subtext{
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  color: white
}
.dream-country{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #5d666f;
}

.country-flag--image {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 1e3px;
  border: 5px solid var(--base-blue);
  position: relative;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  transform: scale(0.877);
  z-index: 1;

 
}


.canada-flag--list{
  top: 46%;
  left: 23%;
}

.us-flag--list{
  top: 53%;
  left: 27%;
}


.uk-flag--list{
  top: 51%;
  left: 52%;
}

.germany-flag--list{
  top: 57%;
  left: 57%;
}
.europian-union-flag--list{
  bottom: 32%;
    right: 31%;
}

.australia-flag--list{
  bottom: 20%;
  right: 6%;
}

.flags-item--title {
  padding: 0 17px;
  line-height: 1.65;
  color: white;
  background-color: var(--base-blue);
  border-radius: 8.27px;
  text-align: center;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}

.flags-item--title::before{
  content: "";
  background-color: #264c8c;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  width: 35px;
  height: 17px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
}

.flags-item--holder {
  position: absolute;
  top: -135%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  opacity: 0;
  visibility: hidden;
}


.slick-slider .element{
  height:100%;
  width:100%;
  margin: 0px 50px 0px 50px;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}

.slick-slider .element {
  height: auto; 
  width: 100%; 
  margin: 0 10px; 
}

.slick-slider .slick-slide {
  padding: 0 10px; 
}

@media (max-width: 1024px) {
  .slick-slider .element {
      margin: 0 15px; 
  }
}

@media (max-width: 768px) {
  .slick-slider .element {
      margin: 0 10px; 
  }
}

@media (max-width: 480px) {
  .slick-slider .element {
      margin: 0 5px;
  }
}


.slick-icon {
  position: absolute;
  left: 40px;
  top: 38px;
  transform: translate(-50%, 50%);
  font-size: 25px;
  font-weight: 700;
  color: #5D666F;
}

.testimonials--text {
  font-family: Rubik;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.58;
  margin-bottom: 16px;
  color: #5d666f;
}

.review-rating {
  text-align: center;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 3px 15px;
  border-radius: 6px;
  background-color: var(--base-blue);
}

.review-by {
  font-family: PT Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: #5d666f  ;
}

.slick-icon-user{
    border-radius: 50%;
    border: 4px solid rgba(0, 38, 95, 0.1);

}

.mt-80{
  margin-top: 80px;
}

.nav-heading{
  font-family: PT serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  size: 16px;
  color: #000000;
}



@media (max-width: 767.98px) {
  .flags-mobile {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      padding: 0 15px;
  }
  
  .flags-mobile .row {
      margin: 0;
  }
  
  .flags-mobile .col-4 {
      padding: 0;
  }
}


.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; 
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; 
}


.y1 {
  text-align: center;
}


@media (max-width: 768px) {
  .write_a_review_btn {
      margin-left: 0;
      margin-right: 0;
  }
}

.appointment-button {
  position: fixed;
  right: 1px;
  top: 30%;
  z-index: 99999999;
  visibility: visible;
}

.animated {
  -webkit-animation-name: pxlSkewIn;
  animation-name: pxlSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
  animation-timing-function: cubic-bezier(.4,0,.2,1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.appointment-btn-left{
  padding: 0 20px !important;
  line-height: 28px !important;
  border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  font-size: 13px !important;

}

.appointment-btn-left::before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.btn-apt {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  color: var(--base-white);
  padding: 0 63px;
  line-height: 64px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--base-blue);
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}


.appointment--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: normal;
  display: block;
  overflow: hidden;
}

.appointment--text1 {
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  position: relative;
  display: block;
}
.appointment--text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  transform: translateY(110%);
}


@media (max-width: 991px) {
  .canada-flag--list {
      display: inline-block;
      position: initial;
  }
}
@media (max-width: 991px) {
  .us-flag--list {
      display: inline-block;
      position: initial;
  }
}

@media (max-width: 991px) {
  .uk-flag--list {
      display: inline-block;
      position: initial;
  }
}
@media (max-width: 991px) {
  .germany-flag--list {
      display: inline-block;
      position: initial;
  }
}
@media (max-width: 991px) {
  .europian-union-flag--list {
      display: inline-block;
      position: initial;
  }
}
@media (max-width: 991px) {
  .australia-union-flag--list {
      display: inline-block;
      position: initial;
  }
}
.active{
  color: #264c8c;
}

.map-container {
  position: relative;
}

.map-image {
  width: 100%;
  height: auto;
}
.flags-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flag-item {
  position: absolute;
}


@media screen and 
(max-width: 575px) {
    .flag-item {
       position: relative;
       top: 40% !important;
       left: 0 !important;
       margin-left: 5px;
    }
    .flags-list{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .flag-item:last-child{
      display: block !important;
    }
    .os {
      font-size: 28px;
  }

  .our_speciality_mobile {
    background: #050506;
    margin-top: 0px !important;
    padding: 60px 0px !important;
  }
  .speciality-item--icon-mobile {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
  }


.container-inner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px 15px 30px;
  background-color: #1E1E1F;
  align-content: center;
  align-items: center;
  border-radius: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3d3d3d;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.our_speciality_wrapper{
  display: none;
}
.study--abroad{
  font-family: pt serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}

.sa-txt{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.container-content{
  background-color: #264c8c;
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
}
.spl-text{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
}

.about-image{
  height: 300px;
  width: auto;
}

.cfc-sec{
  background-color: #264c8c;
  margin-top: 20px;
  margin-bottom: 100%;
  display: flex;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cfc-sec:hover {
  background-color: black;
  transition: background-color 0.5s ease;
}
.res-ul{
  margin-top: 20px;
}

.nav-heading{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
}

.cfc-sec-inner1{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;

}

.no-scroll {
  overflow: hidden;
}




.item---icon{
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 62px;
  line-height: 1;
  color: #264c8c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 12px;
  font-size: 15px;
}

.icon-style-i{
  font-size: 15px;
}
.contact-subtitle{
  color: white;
}
.contact-number{
  color: white;
}

.cus-nav{
    padding-left: 30px !important;
    padding-right: 30px !important;
}


}


@media screen and 
(max-width: 768px) {

}

.slick-dots li button::before {
  background-color: #264c8c !important;
  opacity: 1 ;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px !important;
  margin: 0 14px;
  cursor: pointer;
}

.footer-txt{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.footer-inner-text{
font-family: pt serif, sans-serif;
font-weight: 200;
font-style: normal;
font-size: 24px !important;
line-height: 34px;
}

.ss-text{
  font-family: pt serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  color: #1c2539;
}
.btn-con:hover {
  background-color: black;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.load-more-btn{
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 0 30px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  
  cursor: pointer;
  border: none;
  background-color: #264c8c;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.contact_us_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.my-2_5rem {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.study-abroad--text{
 font-family: rubik, sans-serif;
 font-style: normal;
 font-weight: 500;
 font-size: 16px;
 line-height: 25px;
 color: #264c8c;
 letter-spacing: 2px;
}
.blue-light--text{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #264c8c;
}
.cs-icon{
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: #264c8c;

}

.cs-heading{
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #5d666f;
}
.study-abroad--text2{
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #264c8c;
}
.contactUsSupportingText {
  vertical-align: sub;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-weight: 28px;
}
.mb-0_8 {
  margin-bottom: 0.8rem !important;
}
.fw-500 {
  font-weight: 500;
}

.contactUsForm input, .contactUsForm select {
  border: 0;
  border-bottom: 2px solid;
  border-radius: unset;
  display: inline-block;
  background-color: transparent;
  height: 35px;
  width: 230px;
  padding-left: 5px;
  vertical-align: text-bottom;
  padding-bottom: 0;
  padding-top: 12px;
}


#mySelect option:disabled {
  color: rgb(170, 170, 170);
}

.btn-sbmt {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  color: var(--base-white);
  padding: 0 63px;
  line-height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: var(--base-blue);
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
